GXResetStyle
You can use theGXResetStyle
function to reset the properties of an existing style object to their default values.
void GXResetStyle(gxStyle target);
target
- A reference to the style object whose properties you want to reset.
DESCRIPTION
TheGXResetStyle
function resets all properties of the target style object, except owner count and tag list, to their default values. The owner count and tag list are unaffected.ERRORS, WARNINGS, AND NOTICES
Errors out_of_memory style_is_nil SEE ALSO
Default properties of style objects are discussed in the section "The Default Style Object" on page 3-6.